/* news.css Dla: Nowosci, Lista webinarow, Ogłoszenia */
.article {
	font-family: sans-serif;
	font-size: 15px;
	width: 800px !important;
}
.article  h1 {
	margin: 0 0 30px 0;
	font-size: 2.3em;
/*	line-height: 3.0em; */
}
h1.plain {
	margin: 0;
	padding: 0 !important;
	line-height: 100% !important;
}
.newsTray h3 {
	margin: 8px 0 15px 0;
	font-size: 1.6em;
	font-weight: normal;
}
.subtitle { font-size: 0.5em;}
.newsTray ul {
	list-style-type: none;
	padding:0;
}
.newsTray li {
	line-height: 120%;
	padding: 0 0 8px 0;
}
.newsTray {
	/*border: dotted 1px gray;*/
	border-top: solid 4px #BBB;
	margin: 4px 8px 0 0;
}
.newsTray img {
	float: right;
	margin-right: 10%;
}
.newsColumn {
	float:left;
	width: 396px;
}

.upperVignette {
	padding-top: 12px;
    float: left;
    position: static;
    /*left: 0;*/
	background-color: rgb(32, 75, 110);
	color: rgb(118,149,174);
	width: 100%;
    height: 98px;
	clear:both;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.upperVignette a { color: rgb(118,149,174); }
.upperVignette a:hover { color: rgb(198,204,170); text-decoration:none; }

ol.upperButtons { 
	display: block;
	padding-left: 40px;
	margin: 0;
}
ol.upperButtons li {
	display: block;
	height: auto;
	position: relative;
	float: left;
	padding: 1ex 2ex;
	margin-right: 2ex;
	font-weight: bold;
	color: inherit;
	/*background-color: rgb(65,105,225);*/
	background-color: rgba(205,92,92,0.5); /*rgb(207, 207, 225);*/
	border: solid 1px inherit;
	border-radius: 0 0 6px 6px;
}
ol.upperButtons a, ol.upperButtons a:hover { display:block; color:inherit; text-decoration:none; }
ol.upperButtons li:hover {
	color: white;
	/*background-color: rgb(192,40,70);#C66; /*crimson;*/
	background-color: rgb(32, 75, 110);
}

.moreh2 { font-size: 1.2em; }
.lessh2 { font-size: 0.9em; }

.note_show {
	cursor: pointer;
	font-size:1.3em;
}
.note_show:hover {
	color: red;
}